home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Asia Text Extras / IM Plugin Converter.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2003-09-13  |  1.8 KB  |  69 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeName</key>
  11.             <string>TEXT</string>
  12.             <key>CFBundleTypeOSTypes</key>
  13.             <array>
  14.                 <string>TEXT</string>
  15.             </array>
  16.             <key>CFBundleTypeRole</key>
  17.             <string>Editor</string>
  18.         </dict>
  19.         <dict>
  20.             <key>CFBundleTypeOSTypes</key>
  21.             <array>
  22.                 <string>****</string>
  23.             </array>
  24.             <key>CFBundleTypeRole</key>
  25.             <string>Viewer</string>
  26.         </dict>
  27.         <dict>
  28.             <key>CFBundleTypeIconFile</key>
  29.             <string>result.icns</string>
  30.             <key>CFBundleTypeName</key>
  31.             <string>UTF-16</string>
  32.             <key>CFBundleTypeOSTypes</key>
  33.             <array>
  34.                 <string>TEXT</string>
  35.             </array>
  36.             <key>CFBundleTypeRole</key>
  37.             <string>Editor</string>
  38.         </dict>
  39.     </array>
  40.     <key>CFBundleExecutable</key>
  41.     <string>IM Plugin Converter</string>
  42.     <key>CFBundleGetInfoString</key>
  43.     <string>IM Plugin Converter 1.5</string>
  44.     <key>CFBundleIconFile</key>
  45.     <string>IMPlugIn.icns</string>
  46.     <key>CFBundleIdentifier</key>
  47.     <string>com.apple.IMPluginConverter</string>
  48.     <key>CFBundleInfoDictionaryVersion</key>
  49.     <string>6.0</string>
  50.     <key>CFBundleName</key>
  51.     <string>IM Plugin Converter</string>
  52.     <key>CFBundlePackageType</key>
  53.     <string>APPL</string>
  54.     <key>CFBundleShortVersionString</key>
  55.     <string>1.5</string>
  56.     <key>CFBundleSignature</key>
  57.     <string>TBPI</string>
  58.     <key>CFBundleVersion</key>
  59.     <string>1.5</string>
  60.     <key>CSResourcesFileMapped</key>
  61.     <true/>
  62.     <key>LSHasLocalizedDisplayName</key>
  63.     <true/>
  64.     <key>NSHumanReadableCopyright</key>
  65.     <string>Copyright ¬© 1997-2002, Apple Computer, Inc.,
  66. All Rights Reserved.</string>
  67. </dict>
  68. </plist>
  69.